From ad2b297c8b9e8a30fdf8e0e33e6dc099fa5014b9 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 5 May 2006 13:19:47 +0000 Subject: [PATCH] Pasha Phares adds support for Delorme Xmap/Street Atlas 2006 Handheld. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1994 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/readme.xml | 13 ++++++++++++ gpsbabel/style/xmap2006.style | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 gpsbabel/style/xmap2006.style diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index d31b8097c..665771f4f 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -1711,6 +1711,19 @@ a completely pointless line at the beginning and end of the file. This is the format used to hot-sync to XMap from withing TopoUSA. Done with help of Dan Edwards. +
+ + + Delorme XMap/Street Atlas 2006 Handheld Conduit format + + + XMap2006 + Delorme XMap2006 Conduit is just like XMap, except there are + no spaces between fields and the coordinate format is slightly + different. The completely pointless header and footer lines + are the same, at least. Use this to create the XMapHHWptsSend.txt + file needed to sync to Street Atlas Handheld 2006. +
Delorme XMapHandHeld street Atlas format. diff --git a/gpsbabel/style/xmap2006.style b/gpsbabel/style/xmap2006.style new file mode 100644 index 000000000..7b4ce2380 --- /dev/null +++ b/gpsbabel/style/xmap2006.style @@ -0,0 +1,37 @@ +# gpsbabel XCSV style file +# +# Format: DeLorme Xmap/Street Atlas Handheld 2006 Conduit +# Author: Pasha Phares +# Date: 5/5/2006 +# +# Amazingly, 2006 won't read the "COMMASPACE" that we used in +# in Xmap prior to this and versions before 2006 won't read files +# separated by only a comma. +# + +DESCRIPTION DeLorme XMap/SAHH 2006 Native .TXT +EXTENSION txt + +# +# FILE LAYOUT DEFINITIIONS: +# +FIELD_DELIMITER COMMA +RECORD_DELIMITER NEWLINE +BADCHARS COMMA + +PROLOGUE BEGIN SYMBOL +EPILOGUE END +# +# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: +# +IFIELD LAT_HUMAN_READABLE, "", "%.12g" +IFIELD LON_HUMAN_READABLE, "", "%.12g" +IFIELD SHORTNAME, "", "%s" + +OFIELD LAT_DECIMAL, "", "%.12g" +OFIELD LON_DECIMAL, "", "%.12g" +OFIELD SHORTNAME, "", "%s" + + + + -- 2.30.2